home *** CD-ROM | disk | FTP | other *** search
- /* tab-macro */
-
- /* löscht alle tabs und setzte an jede 10 Spalte ein tab */
- /* clears all tabs and sets a tab every 10th column */
-
- /* TextPlus ist unser Gastgeber. */
- /* TextPlus is our host. */
-
- address 'TextPlus'
-
- 'ClearTabs'
-
- 'SetTab' 1
-
- do i = 10 by 10 to 70
-
- 'SetTab' i
-
- end
-
- 'Display' 'Tab-Macro ... finished'
-